home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hostfix.zip / PROCM.BAT < prev    next >
DOS Batch File  |  1987-01-08  |  2KB  |  49 lines

  1. echo off
  2. echo ... Activating Procomm's host fix ...
  3. rem
  4. rem  This sample batch file can be use to invoke procomm with the host
  5. rem  F)iles & S)hell problems fixed...But first it has to be customize
  6. rem  to match your particular system configuration as indicated below:
  7. rem
  8. rem
  9. rem  There are 4 FIXHST??.COM files.  Determine the one that's right for
  10. rem  you as follows:
  11. rem
  12. rem                    Your                    Your
  13. rem    File           Dos Booted           Modem is Addrs
  14. rem    name:          From Drv:                 as:
  15. rem
  16. rem  FIXHSTA1.COM       A:                      COM1:
  17. rem
  18. rem  FIXHSTA2.COM       A:                      COM2:
  19. rem
  20. rem  FIXHSTC1.COM       C:                      COM1:
  21. rem
  22. rem  FIXHSTC2.COM       C:                      COM2:
  23. rem
  24. rem
  25. rem  Now set the comspec string below to point to the drive and
  26. rem  path in which the FIXHST??.COM file (the one you chose above)
  27. rem  resides:
  28. rem
  29. SET COMSPEC=?:\???????\FIXHST??.COM
  30. rem
  31. rem  for example, if you have an xt (boot from drv C) and the IBM modem
  32. rem  is addressed as COM1: and you put the FIXHSTC1.COM file in directory
  33. rem  C:\PROCOMM the statement above will look like this:
  34. rem          SET COMSPEC=C:\PROCOMM\FIXHSTC1.COM
  35. rem
  36. procomm %1 %2 %3 %4 %5
  37. rem
  38. rem  The comspec string below should be set to point to the root
  39. rem  directory of the drive you booted dos from.
  40. rem
  41. SET COMSPEC=?:\COMMAND.COM
  42. rem
  43. rem  In our example, the above statement will look like this:
  44. rem          SET COMSPEC=C:\COMMAND.COM
  45. rem
  46. rem  And you are done.  Good luck!!!!!!
  47. rem
  48. echo ... Procomm's host fix disable ... System back to normal ...
  49.